html,
body {
    overflow: hidden;
    height: 100%;
}

.section-group {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: 1s cubic-bezier(.86, 0, .07, 1);
    transition: 1s cubic-bezier(.86, 0, .07, 1);
}

.section-group>section {
    position: relative;
    width: 100%;
    height: 100%;
}

.nav {
    position: fixed;
    right: 2em;
    top: 45%;
    display: none;
}

.nav li {
    list-style: none;
    width: 20px;
    height: 20px;
}

.nav li span {
    background-color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 0.6em;
}

.nav li span:hover {
    cursor: pointer;
}

.nav li span.active {
    background-color: #000;
}

.text {
    position: absolute;
    padding: 20px;
    left: 10%;
    top: 25%;
    width: 80%;
    height: 50%;
}

.text>h1 {
    color: #FFF;
    /* font-size: 28px; */
}

.dhcd, .dhcden {
    position: fixed;
    z-index: 9999;
    left: 20%;
    color: #FFF;
    /* width: 100%;
    height: 100%; */
    font-size: 14px;
    font-weight: 500;
}

.dhcd>ul>li, .dhcden>ul>li {
    display: block;
    float: left;
    width: 120px;
    height: 80px;

    line-height: 80px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.dhcd>ul>li>a, .dhcden>ul>li>a {
    color: #FFF;
}

.meActive_st {
    position: relative;
    /* background-color: #009cff; */
}

.meActive {
    height: 3px;
    background-color: #FFF;
    width: 20px;
    position: absolute;
    left: 40%;
    top: 60px;
    margin: auto;
    display: block !important;
}

.meActive_lien {
    height: 3px;
    background-color: #FFF;
    width: 20px;
    position: absolute;
    left: 40%;
    top: 60px;
    margin: auto;
    display: none;
}

.activated {
    display: block;
}

.meActive_st>.dhcdHover {
    display: block
}

.dhcdHover {
    background-color: #e9e7e7;
    position: absolute;
    text-align: center;
    border-radius: 3px;
    display: none;
    width: 180px;
    left: -30px;
}

.dhcd-Icon {
    display: none;
}

.dhcdHover>p {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #252525;
    cursor: pointer;
    font-family: "SimSun";
}

.dhcdHover>p>a {
    width: 100%;
    /* 使div宽度适应容器宽度 */
    word-wrap: break-word;
    /* 处理长单词或无空格分隔的文本 */
    overflow-wrap: break-word;
    /* 对于兼容性更好的处理长单词或无空格分隔的文本 */
}

.dhcdHover>p:hover {
    background-color: #F2E9DA;
    color: #ECA254;
    border-radius: 3px;
}

.dhcdHover>p:hover>a {
    color: #ECA254;
}

.cbdiv_dz {
    z-index: 999;
}

.headbox {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 80px;
    z-index: 99;
    background: rgba(230, 230, 230, 0.2);
    backdrop-filter: blur(50px);
}

.logoimg {
    width: 130px;
    height: 60px;
    top: 10px;
    left: 10%;
    position: absolute;
    z-index: 9;
}

.logoimg img {
    width: 130px;
    height: 60px;
}

body {
    --cnumber: repeat(3, 1fr);
    --rnumber: repeat(3, 1fr);
}

.card-box {
    position: fixed;
    z-index: 3;
    display: grid;
    top: 80px;
    width: 100%;
    grid-template-columns: var(--cnumber);
    grid-template-rows: var(--rnumber);
    gap: 10px;
    height: calc(100vh - 140px);
    /* pointer-events: none; */
    /* background-color: transparent; */
}

.box_num {
   /* border: 1px solid #00f;*/
    display: flex;
    overflow: hidden;
    word-wrap: break-word;
    /* 允许在单词内换行 */
    overflow-wrap: break-word;
    /* 同上，现代浏览器推荐使用 */
    white-space: normal;
    /* 允许换行 */
}

.box_num a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    padding: 20px;
}

.newPage {
    position: relative;
    width: 100%;
    height: calc(100vh);
}

.pageText {
    position: absolute;
    height: 80%;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: 80px;
    padding: 20px 10%;
    overflow-y: auto;
    scrollbar-width: none;
}

.newPageH5 {
    position: relative;
    height: 100vh;
}

.pageTexth5 {
    position: absolute;
    height: 70%;
    width: 82%;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 5%);
    padding: 20px;
    overflow: scroll;
    scrollbar-width: none;
}
.pageTexth5 img {
    width: 100%;
    height: 100%;
}


.pagelist {
    width: 100%;
    height: calc(100vh);
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    /* background-color: #F2E9DA; */
}

.topH1 {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 110px;
    text-align: center;
    font-size: 38px;
    color: #FFF;
}
.listbox {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: calc(100% - 310px);
    top: 170px;
    display: flex;
    flex-wrap: wrap;
    /* display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr); */
    overflow: auto;
    scrollbar-width: none;
    font-family: Arial, Helvetica, sans-serif;
}

.listDiv {
    width: 32%;
    margin: 0.5%;
    /* height: 31.8%; */
    height: 210px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    background: rgba(211, 207, 207, 0.8);
}
.listDiv:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 10px 10px 5px rgba(65, 64, 64, 0.4);
}
.listdivbg {
    position: absolute;
    top: 0px;
    left: 0px;
}
.list-center {
    position: absolute;
    z-index: 9;
    margin: 20px;
    width: 100%;
    height: 100%;
}

.list-time {
    color: #486C99;
    font-size: 16px;
    height: 10%;
    line-height: 10%;
    width: 100%;
}

.list-bom-box {
    display: flex;
    width: 100%;
    height: 72%;
    overflow: hidden;
}

.leftimg {
    width: 30%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.righttext {
    margin: 0 3%;
    width: 58%;
    height: 100%;
}

.righttext>p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置盒子的垂直排列 */
    -webkit-line-clamp: 3;
    /* 限制在3行 */
}

.textH3 {
    font-size: 18px;
    width: 100%;
    line-height: 30px;
    display: -webkit-box;
    /* 作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置盒子的垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制在3行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.botIcon {
    display: flex;
    height: 40px;
    margin-top: 8px;
    line-height: 40px;
    color: #999;

}

.botleft {
    width: 80%;
    position: relative;
}

.botleft>span {
    position: absolute;
    left: 0px;
    top: 5px;
}

.botleft>p {
    margin-left: 30px;
}

.botrig {
    width: 20%;
    text-align: right;
    padding-right: 30px;
    position: relative;
}

.botrig>span {
    position: absolute;
    left: 25px;
    top: 5px;
}

.cnEn {
    /* width: 300px;
    height: 80px; */
    position: absolute;
    z-index: 1;
    right: 70px;
    top: 25px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
}
.cnEnH5_box {
    position: relative;
    height: 50px;
    width: 100%;
}
.cnEnH5 {
    position: absolute;
    right: 0;
    right: 10px;
    width: 70px;
    height: 36px;
    border-radius: 6px;
    background-color: #000;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
}

.cnEnImg {
    position: relative;
    top: 10px;
    margin-right: 10px;
}

@media screen and (min-width: 600px) {
    .dhcd-Icon {
        display: none;
    }

    .dhcd {
        display: block;
    }

    .h5caidan {
        display: none;
    }
    .cnEnH5_box {
        display: none;
    }
    .h5img {
        display: none;
    }

    .section-group {
        display: block;
    }

    .H5FullscreenPage-wrap {
        display: none;
    }

    .newPage {
        display: block;
    }
    .cnEn {
        display: block;
    }
    .newPageH5 {
        display: none;
    }
    .move_port {
        display: block;
    }
    .move_portH5 {
        display: none;
    }
}

@media screen and (max-device-width: 600px) {
    .dhcd {
        display: none;
    }
    .move_portH5 {
        display: block;
    }
    .move_port {
        display: none;
    }
    .newPage {
        display: none;
    }
    .cnEn {
        display: none;
    }
    .newPageH5 {
        display: block;
    }
    .card-box {
        top: 60px;
    }

    .listbox {
        flex-wrap: wrap;
    }

    .listDiv {
        width: 100%;
        margin-bottom: 3%;
        height: 25%;
    }

    .textH3 {
        font-size: 16px;
        line-height: 25px;
    }

    .righttext>p {
        line-height: 20px;
        margin-top: 3px;
    }

    .topH1 {
        top: 100px;
        left: 10%;
        text-align: left;
    }

    .listbox {
        top: 180px;
        height: calc(100% - 250px);
    }

    .list-center {
        margin: 15px;
    }

    .dhcd-Icon {
        display: block;
        width: 30px;
        height: 30px;
        position: fixed;
        left: 85%;
        top: 15px;
    }

    .h5caidan {
        display: none;
        position: absolute;
        top: 60px;
        right: 0px;
        width: 70%;
        margin: 0px;
        padding: 0px;
        background: rgba(255, 255, 255, 1.0);
        padding: 15px;
    }

    .h5caidan>ul {
        width: 100%;
        padding: 0px;
    }

    .h5caidan>ul>li {
        position: relative;
        border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    }

    .h5caidan>ul>li>a {
        display: block;
        height: 35px;
        line-height: 35px;
        width: 100%;
        font-size: 1rem;
        color: rgb(85, 85, 85);
    }

    .h5Div {
        display: none;
        position: relative;
        background-color: rgba(228, 227, 227, 0.4);
    }

    .h5Div>p {
        margin: 0px;
        height: 35px;
        line-height: 35px;
        padding: 0px 15px;
    }

    .h5icon {
        position: absolute;
        font-size: 22px;
        top: 5px;
        width: 100%;
        text-align: right;
    }

    .headbox {
        height: 60px;
    }

    .logoimg {
        left: 5%;
        top: 0px;
    }

    .section-group {
        display: none;
    }

    .H5FullscreenPage-wrap {
        display: block;
    }

    .gundong {
        display: none;
    }
}

.gundong {
    position: absolute;
    z-index: 99999;
    width: 60px;
    height: 80px;
    right: 5%;
    bottom: 16%;
    color: #FFF;
}

.gundong img {
    margin-left: 10px;
}

.gundong>p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}

.follt {
    width: 80%;
    height: 80px;
    line-height: 80px;
    position: fixed;
    bottom: 0px;
    left: 10%;
    color: #FFF;
}

.fname {
    font-size: 13px;
    float: left;
    width: 35%;
}

.flist {
    float: right;
    width: 40%;
    display: flex;
    flex-wrap: nowrap;
}

.flist>li {
    width: 100%;
    margin: auto;
    text-align: center;
}

#move_port {
    position: fixed;
    left: 60%;
    top: 60%;
    cursor: pointer;
    z-index: 10000;
    /* width: 300px;
    height: 150px; */
}

#move_portH5 {
    position: fixed;
    cursor: pointer;
    z-index: 10000;
    width: 220px;
    height: 110px;
}

.floatList {
    position: absolute;
    z-index: 5;
    width: 300px;
    height: 150px;
    visibility: visible;
    overflow: hidden;
    border-radius: 8px;
}
.floatList_h5 {
    position: absolute;
    z-index: 5;
    width: 220px;
    height: 110px;
    visibility: visible;
    overflow: hidden;
    border-radius: 8px;
}

.floatList ul, .floatList_h5 ul  {
    display: block;
}

.floatList ul li {
    height: 150px;
    background-color: #FFF;
}
.floatList_h5 ul li {
    height: 110px;
    background-color: #FFF;
}

.listcenter {
    width: 100%;
    height: 100%;
    padding: 12px;
}

.listtime {
    color: #486C99;
    font-size: 16px;
    height: 10%;
    line-height: 10%;
    width: 100%;
}

.listbombox {
    display: flex;
    width: 100%;
    height: 72%;
    overflow: hidden;
}

.listtextH3 {
    font-size: 18px;
    width: 100%;
    line-height: 30px;
    display: -webkit-box;
    /* 作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置盒子的垂直排列 */
    -webkit-line-clamp: 1;
    /* 限制在3行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.listrighttext {
    margin: 0 3%;
    width: 58%;
    height: 100%;
}

.listrighttext>p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置盒子的垂直排列 */
    -webkit-line-clamp: 3;
    /* 限制在3行 */
}
.cn_text {
    display: block;
}
.en_text {
    display: none;
}